projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1cd1f0
)
Clarify wording in my last commit
author
Stefan Kangas
<stefankangas@gmail.com>
Tue, 19 May 2020 00:22:02 +0000
(
02:22
+0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Tue, 19 May 2020 00:22:45 +0000
(
02:22
+0200)
* lisp/mouse.el (mouse-drag-and-drop-region-show-tooltip): Clarify
wording of integer option. Suggested by Eli Zaretskii.
lisp/mouse.el
patch
|
blob
|
history
diff --git
a/lisp/mouse.el
b/lisp/mouse.el
index f045e5bdce245c52ccc453000d6bcb29661e6b4a..640f10af4e1a5605c6c1c6ea2ee5d45b8d013b77 100644
(file)
--- a/
lisp/mouse.el
+++ b/
lisp/mouse.el
@@
-2580,7
+2580,7
@@
in a tooltip."
:type '(choice
(const :tag "Do not show tooltips" nil)
(const :tag "Show all text" t)
- (integer :tag "
Show characters (max)
" 256))
+ (integer :tag "
Max number of characters to show
" 256))
:version "26.1")
(defcustom mouse-drag-and-drop-region-show-cursor t